SetProfile (UDDI) |
This Web service operation is used to set the profile of an user for accessing an external Web service.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <SetProfile xmlns="http://schemas.cordys.com/1.0/uddi"> <update/> <serviceurl/> <userId/> <password/> <host/> <port/> </SetProfile> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Parameter |
Description |
---|---|
update | This specifies the type of update operation to be done. Possible values are :
This is an optional tag. If not specified, the default operation will add a new URL mapping to the users profile. |
serviceurl |
This specifies the service URL that the credentials are being set for. This is case-sensitive. |
userId |
This specifies the user ID to be used. |
password |
This specifies the password for the user. |
host |
This specifies the machine on which the WSDL is hosted. |
port |
This specifies the port number through which connection is established. |